-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove MeshElementGroup deprecations #396
Remove MeshElementGroup deprecations #396
Conversation
This enables EDIT: Well that clearly doesn't work.. it just complains about all the other files. I'll remove that commit. |
4c03df5
to
982194b
Compare
I'm all in favor (also of getting the isort done). |
Got it! This still needs a bit of work apparently, so I'll ping you when it's done. |
25b861a
to
bd17454
Compare
bd17454
to
9916d68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! Just one wrinkle, then this is good to go.
Removes: * BTAG_PARTITION.part_nr * MeshElementGroup.element_nr_base and node_nr_base * MeshElementGroup.copy * NodalAdjacency.copy * FacialAdjacencyGroup.copy
9916d68
to
65ef869
Compare
@inducer Re-added the missing note, so this should be ok now! |
Thanks! |
All of these seem to be at least a year overdue and a quick grep showed that nothing is using them anymore (in
main
at least).Inspired by #395.
Fixes #224.